projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749f499
)
(Fbyte_code): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 Dec 2001 05:00:56 +0000
(
05:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 Dec 2001 05:00:56 +0000
(
05:00
+0000)
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index 732b82832c1d10030ae471f0538741a613022deb..f24132dae2561a9eca5a41c97d0c88d1c8596f56 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-458,7
+458,7
@@
If the third argument is incorrect, Emacs may crash. */)
such a byte-code string is loaded as multibyte while raw 8-bit
characters converted to multibyte form. Thus, now we must
convert them back to the originally intended unibyte form. */
- bytestr = Fstring_
make
_unibyte (bytestr);
+ bytestr = Fstring_
as
_unibyte (bytestr);
bytestr_length = STRING_BYTES (XSTRING (bytestr));
vectorp = XVECTOR (vector)->contents;